home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / 716.swf / scripts / frame_171 / PlaceObject2_244_111 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2012-04-23  |  156b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hittest(_root.hero.he))
  3.    {
  4.       _root.puntos += 10;
  5.       _root.door.cash += 1;
  6.       gotoAndStop(2);
  7.    }
  8. }
  9.